home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / editpat.lha / Pat.ReadMe.Text (.txt) < prev    next >
Encoding:
Oberon Text  |  1995-02-02  |  4.4 KB  |  63 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax16b.Scn.Fnt
  5. Syntax14.Scn.Fnt
  6. Syntax8.Scn.Fnt
  7. StyleElems
  8. Alloc
  9. Absatz
  10. Syntax12b.Scn.Fnt
  11. Absatz
  12. Absatz
  13. Absatz
  14. Absatz
  15. Syntax20b.Scn.Fnt
  16. EditPat & DisplayPat
  17.                      
  18. Ralf  Degner
  19.  (C) 1994-95
  20. A Pattern Editor for the Oberon System V4
  21. Copyright:
  22. EditPat and all files in this distribution are (C)opyright 1994-95 by Ralf Degner
  23. The Oberon System is (C)opyright 1990-1994 by Institut f
  24. r Computersysteme, ETH Z
  25. rich.
  26. Disclaimer:
  27. The author takes no responsibility for any result of the use of this program. You use it by Your own risk.
  28. Distribution:
  29. EditPat is CARDWARE. You may copy and distribute it at any way You like, it is free. You are not allowed to sell EditPat. My Copyright notice must be left intact in any distribution. You are only authorized to spread the files like You get them.
  30. The newest version of EditPat can be downloaded via aFTP from hades.ethz.ch (pub/Oberon/OberonV4/Sources/ EditPat.Text) or from any AmiNet-Site (for example ftp.uni-kl.de (pub/aminet/dev/obero/EditPat.lha)).
  31. Why EditPat:
  32. A few weeks ago, I wrote a Minessweeper game for Oberon System V4 (O4). A game with characters only does not look very nice, so I had to design grafiks. Grafik in O4 means patterns. I toke a piece of paper and a pencil and drew the patterns, converted them to SETs and hacked them into my computer. I hate this.
  33.     So i had to write a program to design patterns in a more comfortable way. But how do display them. Long lists of SET-Definitions are not very nice (like the good old DATA-Lines on the C64), so i wrote DisplayPat, a module to display patterns in a modern way.
  34.     Now You can design Your patterns with EditPat with the mouse, store them in a file and display them directly from the file with DisplayPat to the screen without hacking stupid data. In O4 patterns have only one color, that`s not great. So EditPat supports multicolor patterns. Most O4 implementations have a limitation for pattern width to 32. EditPat do not know this. You can use patterns of any size in multicolor on any implementation. So EditPat helps You to produce nice portable programs.
  35. How To use:
  36. First the source must be compiled ( Compiler.Compile DisplayPat.Mod EditPat.Mod PatDemo.Mod ~ ). On some systems (i think AMIGA and Sun), there is a compiler warning. Ignore it. Now You should read the EditPat.Text and the DisplayPat.Text and You will know all to work with EditPat. PatDemo is a little demo progam, that shows how to display patterns with DisplayPat. Start it with PatDemo.Open . If You want to see the demo with the right colors, load the Demo.Pal palette ( Colors.Load Demo.Pal ) or edit the colors at the begining of PatDemo.Mod.
  37. Files In This Distribution:
  38. Pat.ReadMe.Text    You are reading it
  39. EditPat.Mod    source for the editor
  40. EditPat.Text    text about the editor
  41. EditPat.Tool    tool file for the editor
  42. EditPat.Menu.Text    menu text
  43. DisplayPat.Mod    source of the display module
  44. DisplayPat.Text    text about the display module
  45. PatDemo.Mod    source for a demo program
  46. Demo.Pat    demo pattern file
  47. Demo.Pal    demo palette
  48. Tested at:
  49. AMIGA    - (Amiga 4000-40, OberonV4 0.8 Beta)
  50. Programs by the same author:
  51. Mines    a Minesweeper clone for Oberon V4 with color-gfx, HiScore, Mines-textelements, ...
  52. My Adress:
  53. To make this program better and better, i need Your help. Please send comments, suggestions, bugreports (please note exactly computer and version of the System You use), ... to :
  54. Ralf Degner
  55. Schillerstr. 16
  56. D-29525 Uelzen
  57. Germany
  58. E-Mail: degner@pallas.amp.uni-hannover.de
  59. If You see a trap while using one of my programs, it would be a great help to me, if you send me the trap-text.
  60. If You send me a comment by E-Mail, i will send You every new version.
  61.     Have fun with it ...
  62.         and send me a postcard !!!!!!!                    ;-)
  63.